/* 字体 */
@font-face {
  font-family: "PingFang";
  src: url(../../../fonts/PingFang-SC-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSansCN";
  src: url(../../../fonts/SourceHanSansCN-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

/* 整体样式 */
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

html {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

html,
body {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

@media (max-width: 1440px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  html,
  body {
    font-size: 12px;
  }
}

ul,
ol,
span,
p {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 屏幕划分尺寸 */
@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
}

/* 公共样式 */
/* 0-0.内宽--1400px */
.chief {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}

/* 0-1.按钮 */
.btns {
    display: block;
    text-align: center;
    color: #ffffff !important;
    font-size: 14px;
    border-radius: 2px;
    background: #345df1 !important;
}

.btns:hover,
.btns:focus {
  color: #ffffff;
}

/* 0-1-1.按钮160 */
.btns-sm {
  width: 160px;
  height: 44px;
  line-height: 44px;
}

/* 0-2.标题 */
.title {
  color: #000000;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.index-sol .title,
.index-sol .title-desc,
.index-sol .tab li a {
    color: #fff
}

.title-left {
    text-align: left;
}

.title-blue {
  color: #345df1;
}

.title-desc {
  color: #666666;
  line-height: 27px;
  text-align: center;
  margin-top: 13px;
}

/* 0-3.一行展示四个*阴影 */
.tetr {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  /* overflow: hidden; */
  box-sizing: border-box;
  padding: 15px;
}

.tetr li {
  width: calc(25% - 18px);
  height: auto;
  /* overflow: hidden; */
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
}

.tetr li:not(:nth-child(4n)) {
  margin-right: 24px;
}

.tefif {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  /* overflow: hidden; */
  box-sizing: border-box;
  padding: 15px 0;
}

.tefif li {
  width: calc(20% - 24px);
  height: auto;
  /* overflow: hidden; */
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
}

.tefif li:not(:nth-child(5n)) {
  margin-right: 30px;
}

/* 0-4.图片 */
.pic {
  width: 100%;
  height: auto;
}

.pic img {
  width: 100%;
  height: auto;
}

/* 0-5.描述文本 */
.txt {
  line-height: 27px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inman-ideograph;
}

/* 0-6.蓝色背景 */
.bg-blue {
  background-color: #f4f7fa;
}

/* 0-7.分类导航 */
.gen {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 50px 0 30px;
}

.gen .chief {
  display: flex;
  flex-wrap: wrap;
}

.gen a {
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #333333;
  font-size: 14px;
  width: calc((100% / 12) - 11px);
  background-color: #eaeefe;
  margin-bottom: 12px;
}

.gen a:not(:nth-child(12n)) {
  margin-right: 12px;
}

.gen .active,
.gen a:hover {
  background-color: #345df1;
  color: #ffffff;
}

/* 0-8.分页 */
.pager {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 85px;
  color: #bfbfbf;
}

.pager1 {
  margin-bottom: 0;
}

.pager a {
  display: inline-block;
  padding: 9px 15px;
  color: #bfbfbf;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.pager a:not(:last-child) {
  margin-right: 10px;
}

.pager a:hover,
.pager .active {
  background-color: #3689f5;
  color: #fff;
}

/* 0-9.蓝色图片布局 */
.arg {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 70px 0 90px;
}

.arg .pic {
  margin-top: 32px;
}

@media (max-width: 1440px) {
  .chief {
    width: 85%;
  }
  .btns {
    font-size: 12px;
    border-radius: 2px;
  }
  .title {
    font-size: 32px;
  }
  .title-desc {
    line-height: 23px;
    margin-top: 7px;
  }
  .tetr li {
    width: calc(25% - 10px);
  }
  .tetr li:not(:nth-child(4n)) {
    margin-right: 10px;
  }
/*  .tetr li:not(:nth-child(5n)) {
    margin-right: 14px;
  }*/
  .tetr li:nth-child(n + 5) {
    margin-top: 14px;
  }
  .tefif li {
    width: calc(20% - 7px);
  }
    .tefif li:not(:nth-child(6n)) {
        margin-right: 0;
        padding: 20px 7px;
    }
  .tefif li:not(:nth-child(5n)) {
    margin-right: 7px;
  }
  .tefif li:nth-child(n + 6) {
    margin-top: 14px;
  }
  .gen {
    margin: 32px 0 23px;
  }
  .gen a {
    width: calc((100% / 8) - 7px);
    margin-bottom: 8px;
  }
  .gen a:not(:nth-child(12n)) {
    margin-right: 0;
  }
  .gen a:not(:nth-child(8n)) {
    margin-right: 8px;
  }
  .pager {
    margin-bottom: 43px;
  }
  .pager1 {
    margin-bottom: 0;
  }
  .pager a {
    padding: 7px 13px;
    margin-bottom: 7px;
  }
  .pager a:not(:last-child) {
    margin-right: 7px;
  }
  .arg {
    padding: 43px 0 53px;
  }
  .arg .pic {
    margin-top: 23px;
  }
}

@media (max-width: 1000px) {
  .btns-sm {
    width: 120px;
    height: 32px;
    line-height: 32px;
  }
  .title {
    font-size: 20px;
  }
  .title-left {
    text-align: center;
  }
  .title-desc {
    line-height: 19px;
    margin-top: 5px;
  }
  .tetr,
  .tefif {
    padding: 0;
  }
  .tetr li,
  .tefif li {
    width: 100%;
    box-shadow: 0 0 0 0;
    border-radius: 5px;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .tetr li:not(:nth-child(2n)),
  .tefif li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .tetr li:nth-child(n + 3),
  .tefif li:nth-child(n + 3) {
    margin-top: 0;
  }
  .tetr li:nth-child(n + 2),
  .tefif li:nth-child(n + 2) {
    margin-top: 7px;
  }
  .txt {
    margin-top: 7px;
    line-height: 21px;
    text-align-last: center;
    text-align: center;
  }
  .gen a {
    width: calc((100% / 4) - 3px);
    margin-bottom: 4px;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
  }
  .gen a:not(:nth-child(8n)) {
    margin-right: 0;
  }
  .gen a:not(:nth-child(4n)) {
    margin-right: 4px;
  }
  .pager {
    margin-bottom: 32px;
  }
  .pager1 {
    margin-bottom: 0;
  }
  .pager a {
    padding: 3px 7px;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .pager a:not(:last-child) {
    margin-right: 4px;
  }
  .arg {
    padding: 27px 0 37px;
  }
  .arg .pic {
    margin-top: 13px;
  }
}

/* 1.页头 */
header {
  font-family: "SourceHanSansCN";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 100;
  
  /* overflow: hidden; */
 
}
@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
    
}
.logos{
    display:none;
}
header.active, header.actives{
    background-color: #ffffff;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    animation-name: opacity;
    animation-duration: 0.8s;
}
    header.active .logos, header.actives .logos {
        display: inline-block;
    }
    header.active .logo, header.actives .logo {
        display: none;
    }

    header .top {
        float: left;
    }


header .logo {
    display: block;
    float: left;
    line-height: 64px;
}

    header .logo img, header .logos img {
        height: 60px;
    }

header .nav {
  font-family: "SourceHanSansCN";
/*  float: right;*/
}

header .nav-top {
  float: left;
 margin-left: 30px;
}
    header .nav-link ul li{
        display:inline-block;
        vertical-align:text-top;
        position:relative;
        padding:0 20px;
    }
        header .nav-link ul li .drop-items{
            position:absolute;
            left:0;
        }
        header .drop {
            display: inline-block;
            margin-right: 32px;
            position: relative;
        }

    header .nav-link ul li .drop-on {
        font-size: 18px;
        cursor: pointer;
        color:#fff;
    }

    header .nav-link ul li img {
        width: 11px;
        height: 7px;
        margin-left: 7px;
        vertical-align: middle;
    }

    header .nav-link ul li .drop-items {
        display: none;
        position: absolute;
        top: 62px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: auto;
        z-index: 100;
        background-color: #ffffff;
        box-sizing: border-box;
      /*  padding: 15px 24px;*/
        box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
    }

        header .nav-link ul li .drop-items a {
            color: #333333;
            display: block;
            line-height: 40px;
            font-size:16px;
            padding:0 20px;
        }

            header .nav-link ul li .drop-items .active,
            header .nav-link ul li .drop-items a:hover {
                font-weight: bold;
                background-color: #345df1  ;
                color:#fff;
                
            }

header .nav-link {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  color: #1e1e1e;
  font-size: 18px;
}

    header .nav-link a {
        display: inline-block;
        line-height: 62px;
        color: #fff;
        box-sizing: border-box;
        font-weight: 600 ;
        position:relative;
    }
header.active .nav-link a, header.active .nav-link ul li .drop-on, header.active .login, header.active .login a,
header.actives .nav-link a, header.actives .nav-link ul li .drop-on, header.actives .login, header.actives .login a {
    color: #333;
}
header .nav-link .drop-items a{
    font-weight:400;
}

header .nav-link ul li > a::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #345df1  ;
    position:absolute;
    bottom:10px;
    left:50%;
    transform:translate(-50%,0);
    transition:all 0.5s;
}
header .nav-link ul li:hover>a::before {
    width: 100%;
}


header .nav-link a:hover,
header .nav-link a:focus {
    font-weight: 600;
}

header .nav-btns {
    display: none;
    float: right;
    width: 23px;
    height: 23px;
    cursor: pointer;
    line-height: 47px;
    cursor: pointer;
}

header .nav-btns img {
  width: 100%;
  height: 100%;
}

header .right {
  float: right;
  line-height: 64px;
}

header .tel {
  display: inline-block;
}

header .tel img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  margin-bottom: 4px;
}

header .tel span {
  color: #000000;
  font-size: 16px;
}

header .btns {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
}

@media (max-width: 1440px) {
  header .drop {
    margin-right: 23px;
  }
  header .drop .drop-on {
    font-size: 16px;
  }
  header .drop .drop-on img {
    width: 9px;
    height: 6px;
  }
  header .drop .drop-items {
    width: 130px;
    padding: 15px 23px;
  }
  header .drop .drop-items a {
    line-height: 37px;
  }
  header .nav-link {
    font-size: 16px;
  }
  header .tel img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-bottom: 2px;
  }
  header .tel span {
    font-size: 14px;
  }
  header .btns {
    width: 90px;
    height: 32px;
    line-height: 32px;
    margin-left: 9px;
  }
    header .nav-link ul li{
        padding:0 10px;
    }
        header .nav-link ul li .drop-on{
            font-size:16px;
        }
}

@media (max-width: 1000px) {
    header .right{
        display:block;
    }
    header {
        height: auto;
        background-color:rgb(0 0 0 / 0.3)
        /* overflow: hidden; */
    }
/*        header .logo{
            display:none;
        }
        header .logos {
            display: inline-block !important;
        }*/
        header .top {
            float: none;
            width: 100%;
            height: 47px;
            box-sizing: border-box;
        }
  header .nav-btns {
    display: block;
  }
    header .nav-btns .moer-a {
        display: none
    }
    header .nav-btns .moer-b {
        display: inline-block
    }


        header.active .nav-btns .moer-a {
            display: inline-block
        }
        header.active .nav-btns .moer-b {
            display: none
        }


        header.actives .nav-btns .moer-a {
            display: inline-block
        }

        header.actives .nav-btns .moer-b {
            display: none
        }



    header .logo {
        line-height: 47px;
        height: auto;
    }
  header .nav {
    display: none;
    float: none;
    width: 105%;
    height: auto;
    box-sizing: border-box;
    padding: 19px 2.5%;
    margin-left: -2.5%;
    border-top: 1px solid rgba(0, 0, 0, 0.7);
    background-color:#fff;
  }
        header .nav-link ul li .drop-on, header .nav-link ul li a{
            color:#333;
        }
        header .nav-top {
            float: none;
            width: 100%;
            margin-right: 0;
        }
    .login{
        float:none !important;
        color:#333 !important;
        margin-right:0 !important;
        text-align:center; 
    } 
        .login a{
           color:#333 !important;
        }
        header .drop {
            display: block;
            width: 100%;
            text-align: center;
        }
  header .drop .drop-on {
    font-size: 14px;
    height: 37px;
    line-height: 37px;
  }
  header .drop .drop-on img {
    margin-left: 4px;
  }
  header .drop .drop-items {
    top: 37px;
    padding: 13px;
  }
  header .drop .drop-items a {
    line-height: 32px;
  }
  header .nav-link {
    display: block;
  }
  header .nav-link a {
      width:100%;
      display:flex;
      justify-content:space-between;
      align-items:center;
  }
    header .nav-link ul li img{
        display:none;
    }
    header .nav-link ul li .drop-items{
        position:initial;
        left:0;
        top:0;
        transform:translate(0,0);
        padding:0;
        width:100%;
        box-shadow:0 0 0 rgba(0,0,0,0);
        padding-left:15px;
    }
    header .nav-link a:not(:last-child) {
        margin-right: 0;
    }
  header .right {
    float: none;
    width: 100%;
    text-align: center;
    line-height: 32px;
    margin-top: 19px;
  }
  header .tel img {
    width: 11px;
    height: 11px;
  }
  header .tel span {
    font-size: 13px;
  }
  header .btns {
    width: 100%;
    margin:0
  }
}

/* 2.轮播图 */
.index-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  height:720px;
}

.index-swiper a {
  display: block;
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.index-swiper .swiper-slide  img {
 display:none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

    .index-swiper .swiper-slide video {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        display: none;
    }

.index-swiper .contents {
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index:2;
  transform:translate(0,-70%);
}

.index-swiper  .contents .desc h3 {
  font-size: 57px;
  font-weight: bold;
}

.index-swiper  .contents .desc p {
  font-size: 24px;
  margin-top: 19px;
}

.index-swiper  .contents ul {
  margin-top: 59px;
}

.index-swiper  .contents ul li {
  float: left;
  position:relative;
}

.index-swiper  .contents ul li:not(:last-child) {
  margin-right: 33px;
}

.index-swiper  .contents ul .icon img {
  width: 22px;
  height: auto;
  vertical-align: middle;
  margin-right: 0;
  margin-bottom: 3px;
}

.index-swiper  .contents ul .icon span {
  font-size: 16px;
}

    .index-swiper .contents ul .code {
        margin-top: 13px;
          display:none;
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(0,30%);
        width: 110px;
    }

.index-swiper  .contents ul .code img {
  display: block;

}
/* 分页器按钮样式修改 */
.swiper {
  --swiper-pagination-color: #fff; /* 两种都可以 */
}

.swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 23px;
  background-color: #ffffff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  width: 40px;
  height: 4px;
  border-radius: 23px;
  background-color: #345df1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 18px;
}

@media (max-width: 1440px) {
    .index-swiper .swiper-slide img{
        display:block
    }
    .index-swiper a {
        height: auto;
    }
  .index-swiper .swiper-slide a .full img {
    display: block;
  }
  .index-swiper .swiper-slide a video {
    display: none;
  }
  .index-swiper a .contents {
    padding: 90px 0;
  }
  .index-swiper a .contents .desc h3 {
    font-size: 43px;
  }
  .index-swiper a .contents .desc p {
    font-size: 20px;
    margin-top: 10px;
  }
  .index-swiper a .contents ul {
    margin-top: 32px;
  }
  /* 分页器按钮样式修改 */
  .swiper-pagination-bullet {
    width: 32px;
  }
  .swiper-pagination-bullet-active {
    width: 32px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 15px;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 9px;
  }
}

@media (max-width: 1200px) {
  .index-swiper a .contents .desc h3 {
    font-size: 37px;
  }
  .index-swiper a .contents .desc p {
    font-size: 16px;
    margin-top: 5px;
  }
  .index-swiper a .contents ul {
    margin-top: 27px;
  }
  .index-swiper a .contents ul li:not(:last-child) {
    margin-right: 23px;
  }
  .index-swiper a .contents ul .icon img {
    width: 18px;
    margin-right: 2px;
  }
  .index-swiper a .contents ul .code {
    margin-top: 7px;
  }
  .index-swiper a .contents ul .code img {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 1000px) {
  .index-swiper {
    margin-top: 0px;
  }
  .index-swiper a .contents {
    padding: 16% 0;
  }
  .index-swiper a .contents .desc h3 {
    font-size: 27px;
    text-align: center;
  }
  .index-swiper a .contents .desc p {
    font-size: 14px;
    margin-top: 3px;
    text-align: center;
  }
  .index-swiper a .contents ul {
    display: none;
  }
  /* 分页器按钮样式修改 */
  .swiper-pagination-bullet {
    width: 23px;
    height: 2px;
    border-radius: 5px;
  }
  .swiper-pagination-bullet-active {
    width: 23px;
    height: 2px;
    border-radius: 5px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 7px;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

@media (max-width: 768px) {
  .index-swiper .swiper-slide a img {
    height: 240px;
  }
  .index-swiper a .contents {
    padding: 18% 0;
  }
  .index-swiper a .contents .desc h3 {
    font-size: 20px;
    font-weight: normal;
  }
  .index-swiper a .contents .desc p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .index-swiper a .contents {
    padding: 14% 0;
  }
  .index-swiper .swiper-slide a img {
    height: 200px;
  }
  .index-swiper a .contents .desc h3 {
    font-size: 16px;
  }
}

/* 3.顶部图 */
.banner {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner .sub {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 49px;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .banner .sub {
    font-size: 32px;
  }
}

@media (max-width: 1000px) {
  .banner {
    margin-top: 0px;
  }
  .banner img {
    height: 180px;
  }
  .banner .sub {
    font-size: 20px;
  }
}

/* 4.页脚 */
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgba(26, 26, 29, 1);
}

footer .top h3,
footer .top a,
footer .top p,
footer .top span,
footer .copy p,
footer .copy span {
  color: #ffffff;
}

footer .top a:hover,
footer .top .page li .active {
  font-weight: bold;
}

footer .top {
  width: 100%;
  height: auto;
  margin: 50px 0 43px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .top .page {
  width: calc(100% - 342px);
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

footer .top ul li a:not(:nth-child(2)) {
  display: block;
  margin-top: 18px;
}

footer .top h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

footer .top ul:nth-child(1) li p {
  line-height: 27px;
}

footer .top ul li .items:nth-child(2) {
  margin-top: 73px;
}

footer .top .code {
  width: 342px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

footer .top .code li:not(:last-child) {
  margin-right: 24px;
}

footer .top .code img {
  width: 98px;
  height: 98px;
}

footer .top .code p {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

footer .top .ship {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 23px;
  text-align: right;
}

footer .top .ship h3 {
  display: inline-block;
}

footer .top .ship .ship-link {
  display: inline-block;
}

footer .top .ship .ship-link a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 7px;
}

footer .top .ship .ship-link a:first-child {
  padding-left: 0;
}

footer .top .ship .ship-link a:not(:last-child) {
  border-right: 1px solid #ffffff;
}

footer .copy {
  text-align: center;
  box-sizing: border-box;
  padding: 25px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

footer .copy p {
  line-height: 32px;
}

footer .copy img {
  width: 26px;
  height: 26px;
  margin: 0 3px;
}

@media (max-width: 1440px) {
  footer .top {
    margin: 50px 0 32px;
  }
/*  footer .top .page {
    width: 100%;
  }*/
/*  footer .top .code {
    width: 100%;
    justify-content: center;
    margin-top: 37px;
  }*/
  footer .top .ship {
  /*  text-align: center;*/
    margin-top: 37px;
  }
  footer .top h3 {
    font-size: 16px;
  }
  footer .copy {
    padding: 13px 0;
  }
  footer .copy p {
    line-height: 27px;
  }
    footer .top ul li a:not(:nth-child(2)){
        margin-top:12px;
    }
    footer .top ul li .items:nth-child(2){
        margin-top:50px;
    }
}

@media (max-width: 1000px) {
    footer .top .page{
        width:100%;
    }
        footer .top .page li:nth-child(1), footer .top .page li:nth-child(2), footer .top .page li:nth-child(3), footer .top .page li:nth-child(4) {
            display: none;
        }
        footer .top .page li:last-child {
            width: 100%;
            display: flex;
            justify-content: inherit;
            margin-top: 0;
        }
  footer .top ul li .items:nth-child(2) {
    margin-top: 0;
  }
  footer .top .code {
    margin-top: 32px;
  }
  footer .top .code img {
    width: 75px;
    height: 75px;
  }
  footer .top .code p {
    font-size: 12px;
  }
  footer .top .ship {
    margin-top: 23px;
    text-align:left;
  }
  footer .top .ship .ship-link a {
    padding: 0 7px;
    margin-bottom: 3px;
  }
  footer .top h3 {
    font-size: 14px;
    margin-bottom: 19px;
  }
  footer .top ul li a:not(:nth-child(2)) {
    margin-top: 11px;
  }
  footer .copy {
    padding: 7px 0;
  }
  footer .copy p {
    line-height: 21px;
  }
  footer .copy img {
    width: 15px;
    height: 15px;
  }
}

/* 5.搜索 */
.search {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 34px 0;
    background: url(../../../images/search.png) no-repeat center/cover;
}

.search .chief {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search h2 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}

.search .input {
  width: 732px;
  height: 56px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

/* select样式修改 */
.search .input select::-ms-expand {
  display: none;
}

.search .input select {
  border: 0;
  width: 122px;
  height: 100%;
  box-sizing: border-box;
  font-size: 20px;
  color: #000000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../../images/select-row.png) no-repeat right 24px top 50%;
  background-size: 18px 18px;
  padding-left: 24px;
}

.search .input select option {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}

.search .input select option:checked {
  color: #fff;
  background: rgb(128, 64, 99);
}

.search .input .line {
  width: 1px;
  height: 16px;
  background-color: #7f7f7f;
}

.search .input input {
  width: calc(100% - 259px);
  border: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 0 28px;
  color: #666666;
  font-size: 16px;
  line-height: 56px;
}

.search .input span {
  display: block;
  width: 138px;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #345df1;
  cursor: pointer;
  line-height: 54px;
  font-size: 18px;
}

@media (max-width: 1440px) {
/*  .search .chief {
    flex-direction: column;
  }*/
  .search h2 {
    font-size: 26px;
  }
  .search .input {
    width: 65%;
  }
  .search .input select {
    font-size: 18px;
  }
    .search .input span, .search .input {
        line-height: 45px;
        height: 45px;
    }
}

@media (max-width: 1000px) {
  .search {
    padding: 19px 0;
  }
  .search h2 {
    font-weight: normal;
    font-size: 16px;
  }
  .search .input {
    width: 100%;
    height: 37px;
    margin-top: 13px;
  }
  .search .input .line {
    height: 11px;
  }
  .search .input select {
    width: 55px;
    font-size: 12px;
    background: url(../../../images/select-row.png) no-repeat right 7px top 50%;
    background-size: 9px 9px;
    padding-left: 7px;
  }
  .search .input select option {
    font-size: 12px;
  }
  .search .input input {
    width: calc(100% - 119px);
    padding: 0 7px;
    line-height: 37px;
    font-size: 12px;
  }
  .search .input span {
    width: 65px;
    font-size: 12px;
  }
}

/* 6.侧栏 */
aside {
  position: fixed;
  right: 0;
  top: 245px;
  /* overflow: hidden; */
  /* border-radius: 75px; */
  z-index: 100;
 /* display: none;*/
}

aside .logo img {
  width: 112px;
  height: 66px;
}

aside .contents {
  position: relative;
}

aside ul {
  width: 80px;
  height: 100%;
  border-radius: 75px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -45px;
  box-sizing: border-box;
  padding: 45px 15px 0;
  box-shadow:0 0 10px rgba(0,0,0,.16);
}

aside ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 28px 0;
  text-align: center;
  cursor: pointer;
  position:relative
}

aside ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
    aside ul li .img1{
        display:none;
    }

    aside ul li:nth-child(1) img {
        width: 32px;
        height: 32px;
    }

aside ul li:nth-child(2) img {
  width: 43px;
  height: 34px;
}

aside ul li:nth-child(3) img {
  width: 30px;
  height: 23px;
}

aside ul li:nth-child(4) img {
  width: 35px;
  height: 35px;
}
/*    aside ul li:hover .img2 {
        display: inline-block;
    }
    aside ul li:hover .img1 {
        display: none;
    }*/

aside .code {
  position: absolute;
  top: 0;
  right:80px;
 /* width: 142px;
  height: 132px;*/
  text-align: center;
  box-sizing: border-box;
  padding: 14px 23px 14px 16px;
  background-color:#fff;
  background-position:top right;
  background-size:cover;
  display:none
}
    aside .code::before {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-left: 12px solid #fff;
        border-bottom: 8px solid transparent;
       position:absolute;
       right:-12px;
       top:10px;
    }
    aside .code img {
        height: auto !important;
    }
    aside .code h3 {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    aside .code p {
        font-size: 12px;
        margin-top: 7px;
    }

@media (max-width: 1440px) {
  aside ul {
    width: 70px;
    margin-left: 22px;
    padding: 45px 13px 0;
  }
  aside ul li {
    padding: 17px 0;
  }
  aside ul li:nth-child(1) img {
    width: 24px;
    height: 24px;
  }
  aside ul li:nth-child(2) img {
    width: 30px;
    height: 24px;
  }
  aside ul li:nth-child(3) img {
    width: 23px;
    height: 17px;
  }
  aside ul li:nth-child(4) img {
    width: 24px;
    height: 24px;
  }
  aside .code {
    top: 0;
    right:70px;
   /* height: 110px;*/
    padding: 10px 13px 10px 10px;
  }
/*  aside .code p span {
    display: block;
  }*/
  aside .code p {
    margin-top: 3px;
  }
}

@media (max-width: 1000px) {
  aside .logo img {
    width: 72px;
    height: 42px;
  }
  aside ul {
    width: 40px;
    padding: 15px 3px 0;
    border-radius: 23px;
    margin-left: 16px;
    margin-top: -15px;
  }
  aside ul li {
    padding: 7px 0;
  }
  aside ul li:nth-child(1) img {
    width: 17px;
    height: 17px;
  }
  aside ul li:nth-child(2) img {
    width: 19px;
    height: 15px;
  }
  aside ul li:nth-child(3) img {
    width: 17px;
    height: 13px;
  }
  aside ul li:nth-child(4) img {
    width: 17px;
    height: 17px;
  }
  aside .code {
    top: 80px;
    left: -80px;
    width: 90px;
    height: 80px;
    padding: 3px 13px 3px 7px;
  }
  aside .code p span:nth-child(1) {
    display: none;
  }
  aside .code p span:nth-child(2) {
    margin-top: -5px;
  }
}

/* 7.热点侧栏 */
.side-hot {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 43px;
}

.side-hot .hot {
  width: 430px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px;
}

.side-hot .hot .hot-title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.side-hot .hot .hot-title p {
  display: inline-block;
}

.side-hot .hot .hot-title .line {
  width: 5px;
  height: 24px;
  background-color: #345df1;
  margin-right: 11px;
  vertical-align: middle;
}

.side-hot .hot-contents {
  width: calc(100% - 430px);
  height: auto;
  padding-right: 48px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .side-hot {
    margin-bottom: 27px;
  }
  .side-hot .hot {
    width: 350px;
  }
  .side-hot .hot-contents {
    width: calc(100% - 350px);
    padding-right: 20px;
  }
  .side-hot .hot .hot-title {
    font-size: 20px;
  }
  .side-hot .hot .hot-title .line {
    width: 3px;
    height: 20px;
    margin-right: 7px;
  }
    .news-arc .news-hot a .right div{
        display:none;
    }
}

@media (max-width: 1000px) {
  .side-hot {
    flex-direction: column;
    margin-bottom: 13px;
  }
  .side-hot .hot {
    width: 100%;
    padding: 0;
    margin-top: 23px;
  }
  .side-hot .hot-contents {
    width: 100%;
    padding-right: 0;
  }
  .side-hot .hot .hot-title {
    font-size: 16px;
  }
  .side-hot .hot .hot-title .line {
    width: 2px;
    height: 14px;
    margin-right: 5px;
  }
}

/* 8.页面顶部内容 */
.roof {
  width: 100%;
  height: 490px;
  overflow: hidden;
  background: url(../../../images/roof-blue.png) no-repeat center/cover;
}

.roof-yellow {
  background: url(../../../images/roof-yellow.png) no-repeat center/cover;
}

.roof .chief {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 4%;
}

.roof > .chief .fadeInRight {
    width: 30%;
    height: auto;
}
.roof > .chief .fadeInRight img {
    width: 90%;
}

.roof2 > .chief .fadeInRight {
    width: 460px;
}

.roof3 > .chief .fadeInRight {
    width: 485px;
}

.roof4 > .chief .fadeInRight {
    width: 662px;
}

.roof5 > .chief .fadeInRight {
    width: 594px;
}

.roof7 > .chief .fadeInRight {
    width: 506px;
}

.roof .left {
  width: calc(100% - 30%);
  height: auto;
  box-sizing: border-box;
  padding-right:20%
}

.roof2 .left {
  width: calc(100% - 460px);
}

.roof3 .left {
  width: calc(100% - 485px);
}

.roof4 .left {
  width: calc(100% - 662px);
}

.roof5 .left {
  width: calc(100% - 594px);
}

.roof7 .left {
  width: calc(100% - 506px);
}

.roof .left h3 {
  font-size: 24px;
  margin-top: 18px;
  font-weight:400;
  line-height:40px;
}

.roof .left .desc {
  margin-top: 25px;
  color: #919191;
  line-height: 27px;
}

.roof .left .btns {
  margin-top: 50px;
}

@media (max-width: 1440px) {
  .roof {
    height: 360px;
  }
  .roof img {
    width: 280px;
  }
  .roof .left {
    width: calc(100% - 280px);
    padding-right: 120px;
  }
  .roof .left h3 {
    font-size: 20px;
    margin-top: 13px;
  }
  .roof .left .desc {
    margin-top: 23px;
    line-height: 27px;
  }
  .roof .left .btns {
    margin-top: 32px;
  }
}

@media (max-width: 1000px) {
    .roof {
        height: auto;
        padding: 29px 0 23px;
        padding-top: 60px;
    }
  .roof .chief {
    flex-direction: column;
    justify-content: center;
  }
  .roof img {
    width: 180px;
    margin-top: 21px;
  }
  .roof .left {
    width: 100%;
    padding-right: 0;
  }
  .roof .left h3 {
    font-size: 14px;
    margin-top: 9px;
    text-align: center;
    line-height:23px;
  }
  .roof .left .desc {
    margin-top: 9px;
    line-height: 21px;
    text-align: center;
  }
  .roof .left .btns {
    margin: 13px auto 0;
  }
}

/* 9.可切换的导航 */
.index-sol .tab{
    padding:0 10%;
}
.tab {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    justify-content: space-between;
}

.tab4 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
}

.tab5 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tab1 {
  justify-content: space-between;
  margin-top: 0;
}

.tab3 {
  justify-content: space-between;
  margin-top: 0;
}

.tab li {
  text-align: center;
  color: #333333;
  font-size: 20px;
  cursor: pointer;
  box-sizing: border-box;
  padding-bottom: 9px;
  line-height:27px;
}

.tab4 li {
  box-sizing: border-box;
  padding: 13px 16px;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 9px;
}

.tab5 li {
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 9px;
  background-color: #e0e7fa;
}
    .tab5 li a {
        display: inline-block;
        padding:8px 24px;
        width: 100%;
        color: #333333;

    }
        .tab5 li.active a{
            color:#fff;
        }

        .tab3 li {
            width: 30%;
        }


.tab3 li:not(:last-child) {
  margin-right: 0;
}

.tab4 li:not(:last-child) {
  margin-right: 14px;
}

.tab5 li:not(:last-child) {
  margin-right: 10px;
}

.tab5 li:hover a,
.tab5 .active a {
  background-color: #345df1;
  color: #ffffff;
}

.tab li:hover,
.tab .active {
  color: #345df1;
  border-bottom: 2px solid #345df1;
}

.tab4 li:hover,
.tab4 .active {
  color: #ffffff;
  background-color: #6899ff;
}

@media (max-width: 1440px) {
  .tab {
    margin-top: 28px;
  }
  .tab1 {
    justify-content: space-between;
    margin-top: 0;
  }
  .tab3 {
    justify-content: space-between;
    margin-top: 0;
  }
  .tab li {
    font-size: 16px;
  }
  .tab3 li:not(:last-child) {
    margin-right: 0;
  }
  .tab4 {
    margin-top: 27px;
  }
  .tab4 li {
    padding: 7px 13px;
    font-size: 14px;
  }
  .tab5 li {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .tab {
    margin-top: 13px;
  }
  .tab1 {
    justify-content: center;
    margin-top: 0;
  }
  .tab3 {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom:15px;
  }
  .tab li:hover,
  .tab .active {
    border-bottom: 1px solid #345df1;
  }
  .tab li:not(:last-child) {
      margin:0 3%;
  }
  .tab3 li:not(:last-child) {
    margin-right: 0;
  }
  .tab4 {
    margin-top: 19px;
  }
  .tab4 li {
    width: 30%;
    padding: 5px 9px;
    font-size: 12px;
    margin-bottom: 7px;
  }
  .tab4 li:not(:last-child) {
    margin-right: 3%;
  }
  .tab4 li:not(:nth-child(3)) {
    margin-right: 3%;
  }
  .tab5 {
    justify-content: center;
  }
  .tab5 li {
    padding: 5px 19px;
    font-size: 12px;
  }
    .mat{
        margin-top:10px !important;
    }
    .BoxPop{
        width:100%;
    }
    .index-ser ul li .icon{
        margin-top:0 !important;
    }
}
